In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetPageBox Method

GetPageBox Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(264)>

Function GetPageBox( _

   ByVal PageBox As PdfPageBox, _

   ByRef Left As Single, _

   ByRef Top As Single, _

   ByRef Right As Single, _

   ByRef Bottom As Single _

) As GdPictureStatus
[DispId(264)]

GdPictureStatus GetPageBox( 

   PdfPageBox PageBox,

   ref float Left,

   ref float Top,

   ref float Right,

   ref float Bottom

)
function GetPageBox( 

    PageBox: PdfPageBox;

   var  Left: Single;

   var  Top: Single;

   var  Right: Single;

   var  Bottom: Single

): GdPictureStatus; 
DispIdAttribute(264)

function GetPageBox( 

   PageBox : PdfPageBox,

   Left : float,

   Top : float,

   Right : float,

   Bottom : float

) : GdPictureStatus;
[DispId(264)]

GdPictureStatus GetPageBox( 

   PdfPageBox PageBox,

   ref float Left,

   ref float Top,

   ref float Right,

   ref float Bottom

) 
[DispId(264)]

GdPictureStatus GetPageBox( 

   PdfPageBox PageBox,

   float% Left,

   float% Top,

   float% Right,

   float% Bottom

) 

Parameters

PageBox
Left
Top
Right
Bottom
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members